home *** CD-ROM | disk | FTP | other *** search
/ Animations / Animations CD - Disc 2.iso / c / rekick.doc < prev    next >
Text File  |  1994-08-04  |  3KB  |  70 lines

  1. TABLE OF CONTENTS
  2.  
  3. ReKick
  4. ReKick                                                                 ReKick
  5.  
  6.    NAME
  7.     ReKick
  8.  
  9.    SYNOPSIS
  10.     ReKick - A tool to run special test Kickstarts on A2000/A500 machines
  11.  
  12.    FUNCTION
  13.     ReKick is a tool for A2000 and A500 systems with at least 1Meg of
  14.     AutoConfig RAM at $200000.  It, along with the special kickstart
  15.     files designed for ReKick, will let developers and beta testers of
  16.     our new kickstarts boot into the kickstart.
  17.  
  18.     ReKick does *NOT* require that the autoconfig memory be the first
  19.     board in the system and thus will work with systems that have
  20.     A2091 with RAM or A590 with RAM.  (Since the drive part configured
  21.     before the RAM did...)  Also, ReKick will fully configure the boards
  22.     using the new kickstart.  This means that there are no limitations
  23.     to the type of boards that the system should correctly understand
  24.     with ReKick vs ROM kickstarts.
  25.  
  26.     ReKick works by first checking to see if the system has memory
  27.     to support it.  It will then check for a file in DEVS:Kickstart.
  28.     This file must be of the correct format and it must pass certain
  29.     consistancy checks.  After the file has been loaded and checked,
  30.     ReKick will print a notice and give you 3 seconds to abort the
  31.     reboot.  If you do not reboot, you will be booted into the normal
  32.     boot process of the new, beta kickstart.
  33.  
  34.     Since ReKick will quietly fail if there is no DEVS:Kickstart or
  35.     if you have already been ReKick'ed, it is very easy to just have
  36.     ReKick as the first line of the startup-sequence.
  37.  
  38.     ReKick takes a single command line parameter that is parsed as
  39.     the filename of the kickstart.  If no command line parameter is
  40.     given, ReKick will use DEVS:Kickstart as the file name.
  41.  
  42.     ReKick can also be started from Workbench.  When started from
  43.     Workbench, it will take any command line parameters and it will
  44.     not give you a chance to abort it.
  45.  
  46.    INPUTS
  47.     A valid kickstart file in DEVS:Kickstart or in the file name
  48.     given at the command line.
  49.  
  50.    RESULTS
  51.     A system running the beta Kickstart
  52.  
  53.    NOTE
  54.     Due to the fact that you are not really in ROM with the kickstart,
  55.     and since this trick does not use the MMU (it works on 68000 machines)
  56.     the ROM is *not* write protected.  Writes to ROM may well crash the
  57.     system.
  58.  
  59.     Due to the methods required for BootMenu to operate, BootMenu may
  60.     not be possible with ReKick'ed machines.
  61.  
  62.     Note that the command line parameter is not parsed but is assumed
  63.     to be a complete file name.  This means that if you wish to have
  64.     the file "test disk:kickstart file" used you would use:
  65.  
  66.           ReKick test disk:kickstart file
  67.  
  68.     No quotes are required since it only takes the one argument.
  69.  
  70.